net/http.http2FrameHeader.Type (field)

11 uses

	net/http (current package)
		h2_bundle.go#L1719: 	Type http2FrameType
		h2_bundle.go#L1748: 	buf.WriteString(h.Type.String())
		h2_bundle.go#L1760: 			name := http2flagName[h.Type][http2Flags(1<<i)]
		h2_bundle.go#L1811: 		Type:     http2FrameType(buf[3]),
		h2_bundle.go#L2102: 	f, err := http2typeFrameParser(fh.Type)(fr.frameCache, fh, fr.countError, payload)
		h2_bundle.go#L2113: 	if fh.Type == http2FrameHeaders && fr.ReadMetaHeaders != nil {
		h2_bundle.go#L2151: 	fr.lastFrameType = fh.Type
		h2_bundle.go#L2157: 		if fh.Type != http2FrameContinuation {
		h2_bundle.go#L2160: 					fh.Type, fh.StreamID,
		h2_bundle.go#L2168: 	} else if fh.Type == http2FrameContinuation {
		h2_bundle.go#L2172: 	switch fh.Type {